home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 301_400 / DISK0374 / DISK0374.ZIP / CLOKATTR.DOC < prev    next >
Text File  |  1990-03-20  |  768b  |  23 lines

  1. Following are instructions to change the video
  2. attributes of the clock display produced by the
  3. monochrome clock program on this BBS, in case you
  4. are concerned about the long term effects on the
  5. phosphor on your screen.
  6. There are two bytes to be concerned with.
  7. The byte at 11E (in debug) controls the attributes
  8. for all the numerals, while the one at 148 controls
  9. the attribute for the colon. (:)
  10. To set the display to normal (un-hilighted), change
  11. the byte at 11E to 07, and the one at 148 to 87.
  12. If you don't want the colon to flash, change the byte
  13. at 148 to 07.
  14.  
  15. Example: To turn off the hi-lighting,
  16.  
  17. A>debug monoclok.com
  18. -e 11e 07
  19. -e 148 87
  20. -w
  21. Writing xx bytes
  22. -q
  23.